ServiceUpdateItem Method (IListItemChange, ConflictResolution, SendMeetingOption) |
Updates the properties of the existing items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> UpdateItem(
IList<ItemChange> itemChanges,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption
)
Public Function UpdateItem (
itemChanges As IList(Of ItemChange),
conflictResolution As ConflictResolution,
sendMeetingOption As SendMeetingOption
) As IList(Of ItemInfoResponse)
Parameters
- itemChanges
- Type: System.Collections.GenericIListItemChange
The item changes. - conflictResolution
- Type: Independentsoft.ExchangeConflictResolution
The conflict resolution mode. - sendMeetingOption
- Type: Independentsoft.ExchangeSendMeetingOption
Indicates whether and how invitations and/or cancellations should be sent for appointments.
Return Value
Type:
IListItemInfoResponseA collection of update results for each of the specified items.
See Also